Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.web.ui.resources--resources

This contribution is part of XML component org.nuxeo.web.ui.resources inside nuxeo-web-ui-9.10.jar /OSGI-INF/webresources-contrib.xml

Extension Point

Extension point resources of component WebResources.

Contributed Items

  • <resource name="elements.html" type="import">
          <uri>/ui/elements.html</uri>
        </resource>
  • <resource name="nuxeo-web-ui-bundle.html" type="import">
          <uri>/ui/nuxeo-web-ui-bundle.html</uri>
        </resource>

XML Source

<extension point="resources" target="org.nuxeo.ecm.platform.WebResources">

    <resource name="elements.html" type="import">
      <uri>/ui/elements.html</uri>
    </resource>

    <resource name="nuxeo-web-ui-bundle.html" type="import">
      <uri>/ui/nuxeo-web-ui-bundle.html</uri>
    </resource>

  </extension>